ASP.NET Core MVC コントロールヘルプ
ShowColumnFooters メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : ShowColumnFooters メソッド
A bool value indicates whether to show a group row.
The row header text of the group row. If it is not set, it will use the default value: a sigma character.
Sets whether to show a group row to display the aggregates in the column footers panel.
シンタックス
'宣言
 
Public Overridable Function ShowColumnFooters( _
   Optional ByVal value As System.Boolean, _
   Optional ByVal rowHeaderText As System.String _
) As TBuilder
public virtual TBuilder ShowColumnFooters( 
   System.bool value,
   System.string rowHeaderText
)

パラメータ

value
A bool value indicates whether to show a group row.
rowHeaderText
The row header text of the group row. If it is not set, it will use the default value: a sigma character.

戻り値の型

Current builder.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ